boxgadget: Remove unused ComputeExpandFunc
authorTimm Bäder <mail@baedert.org>
Sat, 6 May 2017 12:29:38 +0000 (14:29 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:12 +0000 (21:27 -0400)
gtk/gtkboxgadget.c

index 93d9d92d42b9ecc4bc3e8b597c99187644bd40ae..ca5281c5a52853e0fc69589bc803403378128a49 100644 (file)
@@ -46,8 +46,6 @@ struct _GtkBoxGadgetPrivate {
   guint align_reverse    : 1;
 };
 
-typedef gboolean (* ComputeExpandFunc) (GObject *object, GtkOrientation orientation);
-
 typedef struct _GtkBoxGadgetChild GtkBoxGadgetChild;
 struct _GtkBoxGadgetChild {
   GObject *object;